home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / pc / l_parser / lparser3.exe / SHELL01.LS < prev    next >
Text File  |  1994-01-03  |  294b  |  16 lines

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 19
  3. 10
  4. 10
  5. #
  6. >(20)PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP
  7. #
  8. P=S>(40)g'
  9. S=[&(90)[cD][A]+(20)^(90)g'&(90)[B][cD]]
  10. #
  11. D=^FD                # show stalks
  12. #
  13. A=[^gA{.].            # put polygons on them
  14. B=B^.g.}
  15. @
  16.